In This Topic
Specifies access permissions to the various operations within the PDF document.
Syntax
'Declaration
<ComVisibleAttribute(True)>
<FlagsAttribute()>
Public Enum PdfRight
Inherits System.Enum
[ComVisible(true)]
[Flags()]
public enum PdfRight : System.Enum
public enum PdfRight = class(System.Enum)
ComVisibleAttribute()
FlagsAttribute()
public enum PdfRight extends System.Enum
[ComVisible(true)]
[Flags()]
__value public enum PdfRight : public System.Enum
[ComVisible(true)]
[Flags()]
public enum class PdfRight : public System.Enum
Members
Member | Value | Description |
PdfRightAll | 3900 | Allows everything. |
PdfRightCanAddNotes | 32 | Allows the user to add annotations. |
PdfRightCanAssemble | 1024 | Allows the user to assemble the document. Only works with 128-bit encryption. |
PdfRightCanCopy | 16 | Allows the user to copy or extract text and graphics from the document. |
PdfRightCanCopyAccess | 512 | Enables copying or extracting for use with accessibility features. Only works with 128-bit encryption. |
PdfRightCanFillFields | 256 | Allows the user to fill in form fields. Only works with 128-bit encryption. |
PdfRightCanModify | 8 | Allows the user to modify the document. |
PdfRightCanPrint | 4 | Allows the user to print the document, but possibly not at the highest quality level, see also PdfRightCanPrintFull. |
PdfRightCanPrintFull | 2048 | Allows high resolution printing of the document. Only works with 128-bit encryption. |
PdfRightCanView | 0 | Allows the user to view the document. Always available. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfRight
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace